Management API

Base Resource URL:

     https://[server-name]/api/v01/countries/[country-code]/taxes/[tax-id]

Description:

Represents information about tax rates for merchants from specified country.

Supported Actions:

load  
Method:  GET       Implicit:  No       Returns:  TaxRate *      
Consumes:  xurl  Produces:  json, xml 
 
Returns list of rates or specified tax rate.

Parameters:
# Name Type Required Default Description
01 id Long No Tax rate ID used to load data.


modify  
Method:  POST       Implicit:  Yes       Returns:  TaxRate *      
Consumes:  xurl  Produces:  json, xml 
 
Creates new or updates an existing tax rate.

Parameters:
# Name Type Required Default Description
01 isActive Boolean No TRUE Status of the tax rate.
02 effectiveDate Date Yes Date when the tax rate becomes effective.
03 value Integer Yes Value of the tax rate.
04 description String No Any additional details associated with the tax rate.